home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 September (Special) / Chip-Special_2004-09_Digitalni-Hudba.bin / servis / invest / dskinv.exe / {app} / di.exe / 0 / RCDATA / TDISKVIEW / TDISKVIEW.txt
Text File  |  2003-05-02  |  16KB  |  713 lines

  1. object diskview: Tdiskview
  2.   Left = 225
  3.   Top = 209
  4.   Width = 800
  5.   Height = 555
  6.   HelpContext = 1
  7.   Caption = 'e'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 400
  10.   Constraints.MinWidth = 796
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -14
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   Menu = MainMenu1
  18.   OldCreateOrder = True
  19.   ShowHint = True
  20.   OnCloseQuery = FormCloseQuery
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnHelp = FormHelp
  24.   OnKeyDown = FormKeyDown
  25.   OnResize = FormResize
  26.   OnShow = FormShow
  27.   PixelsPerInch = 120
  28.   TextHeight = 16
  29.   object sectorLabel: TLabel
  30.     Left = 10
  31.     Top = 422
  32.     Width = 39
  33.     Height = 16
  34.     Caption = '&Sector'
  35.     FocusControl = StartSector
  36.   end
  37.   object clustoutputlabel: TLabel
  38.     Left = 208
  39.     Top = 14
  40.     Width = 406
  41.     Height = 15
  42.     Caption = 'SOfs  Hex                       Text               Decimal'
  43.     Font.Charset = ANSI_CHARSET
  44.     Font.Color = clWindowText
  45.     Font.Height = -12
  46.     Font.Name = 'Courier New'
  47.     Font.Style = []
  48.     ParentFont = False
  49.   end
  50.   object startLabel: TLabel
  51.     Left = 136
  52.     Top = 425
  53.     Width = 69
  54.     Height = 16
  55.     Caption = 'Start of disk'
  56.   end
  57.   object endLabel: TLabel
  58.     Left = 312
  59.     Top = 425
  60.     Width = 177
  61.     Height = 16
  62.     Alignment = taRightJustify
  63.     AutoSize = False
  64.     Caption = 'End of disk'
  65.   end
  66.   object Viewlabel: TLabel
  67.     Left = 11
  68.     Top = 104
  69.     Width = 98
  70.     Height = 16
  71.     Caption = 'Disk information:'
  72.   end
  73.   object statuslabel: TLabel
  74.     Left = 208
  75.     Top = 401
  76.     Width = 409
  77.     Height = 16
  78.     Alignment = taRightJustify
  79.     AutoSize = False
  80.     Caption = 'statuslabel'
  81.   end
  82.   object flistlabel: TLabel
  83.     Left = 210
  84.     Top = 14
  85.     Width = 476
  86.     Height = 15
  87.     Caption = 
  88.       'DOS name  Ext  Attr           Long name                size  Mod' +
  89.       'Date'
  90.     Font.Charset = ANSI_CHARSET
  91.     Font.Color = clWindowText
  92.     Font.Height = -12
  93.     Font.Name = 'Courier New'
  94.     Font.Style = []
  95.     ParentFont = False
  96.   end
  97.   object drivelabel: TLabel
  98.     Left = 11
  99.     Top = 57
  100.     Width = 79
  101.     Height = 16
  102.     Caption = 'Drive to view:'
  103.   end
  104.   object Memo: TMemo
  105.     Left = 11
  106.     Top = 120
  107.     Width = 191
  108.     Height = 65
  109.     Font.Charset = DEFAULT_CHARSET
  110.     Font.Color = clWindowText
  111.     Font.Height = -13
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ParentFont = False
  115.     ReadOnly = True
  116.     ScrollBars = ssVertical
  117.     TabOrder = 3
  118.     OnEnter = MemoEnter
  119.     OnExit = MemoExit
  120.   end
  121.   object StartSector: TSpinEdit
  122.     Left = 10
  123.     Top = 441
  124.     Width = 103
  125.     Height = 26
  126.     MaxValue = 0
  127.     MinValue = 0
  128.     TabOrder = 6
  129.     Value = 0
  130.     OnChange = StartSectorChange
  131.   end
  132.   object ScrollBar: TScrollBar
  133.     Left = 120
  134.     Top = 444
  135.     Width = 381
  136.     Height = 22
  137.     LargeChange = 10
  138.     PageSize = 0
  139.     TabOrder = 7
  140.     OnChange = ScrollBarChange
  141.   end
  142.   object quitbutton: TButton
  143.     Left = 690
  144.     Top = 435
  145.     Width = 73
  146.     Height = 33
  147.     Hint = 'Quit this program'
  148.     Caption = '&Quit'
  149.     TabOrder = 15
  150.     OnClick = quitbuttonClick
  151.   end
  152.   object GroupBox2: TGroupBox
  153.     Left = 10
  154.     Top = 6
  155.     Width = 178
  156.     Height = 44
  157.     Caption = 'View'
  158.     Constraints.MinWidth = 176
  159.     TabOrder = 1
  160.     object secrad: TRadioButton
  161.       Left = 17
  162.       Top = 16
  163.       Width = 73
  164.       Height = 17
  165.       Hint = 'Show sectors of the whole disk'
  166.       Caption = 'Disk'
  167.       ParentShowHint = False
  168.       ShowHint = True
  169.       TabOrder = 0
  170.       OnClick = secradClick
  171.     end
  172.     object Dirrad: TRadioButton
  173.       Left = 81
  174.       Top = 16
  175.       Width = 88
  176.       Height = 17
  177.       Hint = 'Show data from specific files and directories'
  178.       Caption = 'Directories'
  179.       Checked = True
  180.       ParentShowHint = False
  181.       ShowHint = True
  182.       TabOrder = 1
  183.       TabStop = True
  184.       OnClick = DirradClick
  185.     end
  186.   end
  187.   object legendGroupBox: TGroupBox
  188.     Left = 10
  189.     Top = 412
  190.     Width = 351
  191.     Height = 57
  192.     TabOrder = 8
  193.     object Label1: TLabel
  194.       Left = 50
  195.       Top = 16
  196.       Width = 71
  197.       Height = 16
  198.       Caption = 'Normal files'
  199.     end
  200.     object Label2: TLabel
  201.       Left = 50
  202.       Top = 32
  203.       Width = 134
  204.       Height = 16
  205.       Caption = 'Names of deleted files'
  206.     end
  207.     object Label3: TLabel
  208.       Left = 236
  209.       Top = 32
  210.       Width = 103
  211.       Height = 16
  212.       Caption = 'Deleted directory'
  213.     end
  214.     object Label4: TLabel
  215.       Left = 236
  216.       Top = 16
  217.       Width = 65
  218.       Height = 16
  219.       Caption = 'Directories'
  220.     end
  221.     object normalfilespanel: TPanel
  222.       Left = 10
  223.       Top = 16
  224.       Width = 33
  225.       Height = 14
  226.       Color = clBtnText
  227.       TabOrder = 0
  228.     end
  229.     object Panel2: TPanel
  230.       Left = 10
  231.       Top = 32
  232.       Width = 33
  233.       Height = 15
  234.       Color = clRed
  235.       TabOrder = 1
  236.     end
  237.     object Panel3: TPanel
  238.       Left = 196
  239.       Top = 32
  240.       Width = 33
  241.       Height = 14
  242.       Color = clMaroon
  243.       TabOrder = 2
  244.     end
  245.     object Panel4: TPanel
  246.       Left = 196
  247.       Top = 16
  248.       Width = 33
  249.       Height = 15
  250.       TabOrder = 3
  251.     end
  252.   end
  253.   object refreshbutton: TButton
  254.     Left = 209
  255.     Top = 400
  256.     Width = 67
  257.     Height = 19
  258.     Hint = 'Refresh the file list'
  259.     Caption = '&Refresh'
  260.     Font.Charset = ANSI_CHARSET
  261.     Font.Color = clWindowText
  262.     Font.Height = -10
  263.     Font.Name = 'Arial'
  264.     Font.Style = []
  265.     ParentFont = False
  266.     TabOrder = 9
  267.     Visible = False
  268.     OnClick = refreshbuttonClick
  269.   end
  270.   object viewbutton: TButton
  271.     Left = 371
  272.     Top = 435
  273.     Width = 78
  274.     Height = 33
  275.     Hint = 'View raw file data of selected file'
  276.     Caption = '&View'
  277.     Font.Charset = ANSI_CHARSET
  278.     Font.Color = clWindowText
  279.     Font.Height = -13
  280.     Font.Name = 'MS Sans Serif'
  281.     Font.Style = []
  282.     ParentFont = False
  283.     TabOrder = 12
  284.     OnClick = viewbuttonClick
  285.   end
  286.   object unerasebutton: TButton
  287.     Left = 461
  288.     Top = 435
  289.     Width = 84
  290.     Height = 33
  291.     Hint = 'Demonstrate file undeletion (not for recovering important files)'
  292.     Caption = '&Undelete'
  293.     Font.Charset = ANSI_CHARSET
  294.     Font.Color = clWindowText
  295.     Font.Height = -13
  296.     Font.Name = 'MS Sans Serif'
  297.     Font.Style = []
  298.     ParentFont = False
  299.     TabOrder = 13
  300.     OnClick = unerasebuttonClick
  301.   end
  302.   object Helpbutton: TButton
  303.     Left = 594
  304.     Top = 435
  305.     Width = 75
  306.     Height = 33
  307.     Hint = 'Help on how to use this program'
  308.     Caption = '&Help'
  309.     TabOrder = 14
  310.     OnClick = HelpbuttonClick
  311.   end
  312.   object st: TFolderTree
  313.     Left = 11
  314.     Top = 200
  315.     Width = 188
  316.     Height = 201
  317.     Active = True
  318.     FolderOptions = []
  319.     OnChange = stChange
  320.     HideSelection = False
  321.     Indent = 19
  322.     TabOrder = 4
  323.   end
  324.   object Searchbutton: TButton
  325.     Left = 664
  326.     Top = 400
  327.     Width = 99
  328.     Height = 26
  329.     Hint = 'Search the disk'
  330.     Caption = '&Search'
  331.     Font.Charset = ANSI_CHARSET
  332.     Font.Color = clWindowText
  333.     Font.Height = -10
  334.     Font.Name = 'Arial'
  335.     Font.Style = []
  336.     ParentFont = False
  337.     TabOrder = 11
  338.     OnClick = SearchbuttonClick
  339.   end
  340.   object searchpb: TProgressBar
  341.     Left = 208
  342.     Top = 417
  343.     Width = 449
  344.     Height = 9
  345.     Min = 0
  346.     Max = 100
  347.     Smooth = True
  348.     TabOrder = 16
  349.   end
  350.   object StatusBar: TStatusBar
  351.     Left = 0
  352.     Top = 471
  353.     Width = 792
  354.     Height = 19
  355.     Panels = <>
  356.     SimplePanel = True
  357.   end
  358.   object grid: TSortGrid
  359.     Left = 216
  360.     Top = 88
  361.     Width = 545
  362.     Height = 313
  363.     ColCount = 9
  364.     DefaultRowHeight = 21
  365.     FixedCols = 0
  366.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowSelect, goThumbTracking]
  367.     TabOrder = 0
  368.     OnClick = gridClick
  369.     OnDblClick = gridDblClick
  370.     OnKeyDown = gridKeyDown
  371.     OnMouseDown = gridMouseDown
  372.     OnMouseUp = gridMouseUp
  373.     OnSelectCell = gridSelectCell
  374.     SearchOptions.Filtered = False
  375.     SearchOptions.CaseSensitive = False
  376.     SortOptions.SortStyle = ssAutomatic
  377.     SortOptions.SortCaseSensitive = False
  378.     SortOptions.SortCol = 0
  379.     SortOptions.SortDirection = sdAscending
  380.     PrintOptions.Copies = 0
  381.     PrintOptions.FromRow = 0
  382.     PrintOptions.ToRow = 0
  383.     PrintOptions.PreviewPage = 0
  384.     MultiSelect = True
  385.     HideText = False
  386.     AlignmentHorz = taLeftJustify
  387.     AlignmentVert = taTopJustify
  388.     BevelStyle = cbNone
  389.     ProportionalScrollBars = False
  390.     ExtendedKeys = False
  391.     UpdateOnSizeChange = False
  392.     OnGetCellFormat = gridGetCellFormat
  393.     OnColumnWidthsChanged = gridColumnWidthsChanged
  394.     OnBeginSort = gridBeginSort
  395.     OnEndSort = gridEndSort
  396.   end
  397.   object drivecombobox: TDriveComboBox
  398.     Left = 11
  399.     Top = 73
  400.     Width = 191
  401.     Height = 22
  402.     Hint = 'Select the drive to clean'
  403.     TabOrder = 2
  404.     OnChange = drivecomboboxChange
  405.   end
  406.   object output: TRichEdit
  407.     Left = 216
  408.     Top = 32
  409.     Width = 545
  410.     Height = 57
  411.     Font.Charset = ANSI_CHARSET
  412.     Font.Color = clWindowText
  413.     Font.Height = -12
  414.     Font.Name = 'Courier New'
  415.     Font.Style = []
  416.     HideSelection = False
  417.     Lines.Strings = (
  418.       'output')
  419.     ParentFont = False
  420.     ReadOnly = True
  421.     ScrollBars = ssBoth
  422.     TabOrder = 5
  423.     WordWrap = False
  424.     OnMouseDown = outputMouseDown
  425.   end
  426.   object viewclusterbutton: TButton
  427.     Left = 216
  428.     Top = 400
  429.     Width = 99
  430.     Height = 26
  431.     Hint = 'View the current cluster'
  432.     Caption = '&View cluster'
  433.     Font.Charset = ANSI_CHARSET
  434.     Font.Color = clWindowText
  435.     Font.Height = -10
  436.     Font.Name = 'Arial'
  437.     Font.Style = []
  438.     ParentFont = False
  439.     TabOrder = 10
  440.     OnClick = viewclusterbuttonClick
  441.   end
  442.   object PopupMenu: TPopupMenu
  443.     Left = 552
  444.     object Viewcontents1: TMenuItem
  445.       Caption = 'View raw file contents'
  446.       OnClick = outputDblClick
  447.     end
  448.     object openentry: TMenuItem
  449.       Caption = 'Open'
  450.       OnClick = openentryClick
  451.     end
  452.     object Properties1: TMenuItem
  453.       Caption = 'Properties'
  454.       OnClick = Properties1Click
  455.     end
  456.     object Erase1: TMenuItem
  457.       Caption = 'Erase'
  458.       Visible = False
  459.       OnClick = eraseselectedbuttonClick
  460.     end
  461.     object Undelete1: TMenuItem
  462.       Caption = 'Undelete'
  463.       Visible = False
  464.       OnClick = unerasebuttonClick
  465.     end
  466.     object N5: TMenuItem
  467.       Caption = '-'
  468.     end
  469.     object crc32: TMenuItem
  470.       Caption = 'CRC-32'
  471.       OnClick = crc32Click
  472.     end
  473.     object md5: TMenuItem
  474.       Caption = 'MD5 128 Hash'
  475.       OnClick = md5Click
  476.     end
  477.     object RipeMD128: TMenuItem
  478.       Caption = 'RipeMD-128 Hash'
  479.       OnClick = RipeMD128Click
  480.     end
  481.     object ripe160: TMenuItem
  482.       Caption = 'RipeMD-160 Hash'
  483.       OnClick = ripe160Click
  484.     end
  485.     object sha1: TMenuItem
  486.       Caption = 'SHA-1 Hash'
  487.       OnClick = sha1Click
  488.     end
  489.     object sha256: TMenuItem
  490.       Caption = 'SHA-256 Hash'
  491.       OnClick = sha256Click
  492.     end
  493.     object sha384: TMenuItem
  494.       Caption = 'SHA-384 Hash'
  495.       OnClick = sha384Click
  496.     end
  497.     object sha512: TMenuItem
  498.       Caption = 'SHA-512 Hash'
  499.       OnClick = sha512Click
  500.     end
  501.     object N6: TMenuItem
  502.       Caption = '-'
  503.     end
  504.     object refreshitem: TMenuItem
  505.       Caption = 'Refresh'
  506.       OnClick = refreshitemClick
  507.     end
  508.   end
  509.   object br: TdfsBrowseDirectoryDlg
  510.     ShowSelectionInStatus = False
  511.     Left = 600
  512.   end
  513.   object MainMenu1: TMainMenu
  514.     OnChange = MainMenu1Change
  515.     Left = 480
  516.     object File1: TMenuItem
  517.       Caption = '&File'
  518.       object undeleteentry: TMenuItem
  519.         Caption = '&Undelete'
  520.         HelpContext = 7
  521.         OnClick = unerasebuttonClick
  522.       end
  523.       object N4: TMenuItem
  524.         Caption = '-'
  525.       end
  526.       object Exit1: TMenuItem
  527.         Caption = '&Exit'
  528.         OnClick = Exit1Click
  529.       end
  530.     end
  531.     object viewmenu: TMenuItem
  532.       Caption = 'View'
  533.       object Diskentry: TMenuItem
  534.         Caption = 'Disk'
  535.         HelpContext = 2
  536.         OnClick = DiskentryClick
  537.       end
  538.       object directoriesentry: TMenuItem
  539.         Caption = 'Directories'
  540.         HelpContext = 2
  541.         OnClick = directoriesentryClick
  542.       end
  543.       object sep: TMenuItem
  544.         Caption = '-'
  545.       end
  546.       object bootsectorentry: TMenuItem
  547.         Caption = 'Boot sector'
  548.         OnClick = bootsectorentryClick
  549.       end
  550.       object FAT1entry: TMenuItem
  551.         Caption = 'FAT 1'
  552.         OnClick = FAT1entryClick
  553.       end
  554.       object fat2entry: TMenuItem
  555.         Caption = 'FAT 2'
  556.         OnClick = fat2entryClick
  557.       end
  558.       object rootdirentry: TMenuItem
  559.         Caption = 'Root directory'
  560.         OnClick = rootdirentryClick
  561.       end
  562.       object mftentry: TMenuItem
  563.         Caption = 'MFT'
  564.         OnClick = mftentryClick
  565.       end
  566.       object mftzoneentry: TMenuItem
  567.         Caption = 'MFT Zone'
  568.         OnClick = mftzoneentryClick
  569.       end
  570.     end
  571.     object toolsentry: TMenuItem
  572.       Caption = '&Tools'
  573.       object searchentry: TMenuItem
  574.         Caption = '&Search Disk'
  575.         HelpContext = 5
  576.         ShortCut = 16454
  577.         OnClick = searchentryClick
  578.       end
  579.       object wipenamesentry: TMenuItem
  580.         Caption = 'Wipe all deleted file names'
  581.         OnClick = wipenamesentryClick
  582.       end
  583.       object recoverallentry: TMenuItem
  584.         Caption = '&Recover/Undelete all deleted files'
  585.         Hint = 'Recover all deleted files on disk'
  586.         OnClick = recoverallentryClick
  587.       end
  588.     end
  589.     object HelpMenu: TMenuItem
  590.       Caption = '&Help'
  591.       object helpcontentsentry: TMenuItem
  592.         Caption = '&Help contents'
  593.         ShortCut = 112
  594.         OnClick = helpcontentsentryClick
  595.       end
  596.       object HowtouseHelp1: TMenuItem
  597.         Caption = 'How to use Help'
  598.         OnClick = HowtouseHelp1Click
  599.       end
  600.       object N2: TMenuItem
  601.         Caption = '-'
  602.       end
  603.       object cleanentry: TMenuItem
  604.         Bitmap.Data = {
  605.           8E000000424D8E00000000000000760000002800000006000000060000000100
  606.           0400000000001800000000000000000000001000000010000000000000000000
  607.           8000008000000080800080000000800080008080000080808000C0C0C0000000
  608.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00FFFFFFE2F000
  609.           0F38F0000FCAF0000F81F0000F35FFFFFF9A}
  610.         Caption = 'How to clean your disk'
  611.         HelpContext = 3
  612.         OnClick = cleanentryClick
  613.       end
  614.       object N3: TMenuItem
  615.         Caption = '-'
  616.       end
  617.       object hexconverterentry: TMenuItem
  618.         Caption = 'Hex Converter'
  619.         HelpContext = 6
  620.         OnClick = hexconverterentryClick
  621.       end
  622.       object N1: TMenuItem
  623.         Caption = '-'
  624.       end
  625.       object aboutitem: TMenuItem
  626.         Caption = 'About this program'
  627.         OnClick = aboutitemClick
  628.       end
  629.     end
  630.   end
  631.   object DirMon1: TDirMon
  632.     NotifyFilter = [dmcFileName, dmcDirName, dmcAttributes, dmcSize]
  633.     OnDirChange = DirMon1DirChange
  634.     Nested = False
  635.     Left = 368
  636.   end
  637.   object Timer: TTimer
  638.     Enabled = False
  639.     Interval = 2000
  640.     OnTimer = TimerTimer
  641.     Left = 704
  642.   end
  643.   object Notify: TDiskChangeNotify
  644.     WatchSubTree = False
  645.     OnDiskChange = NotifyDiskChange
  646.     NotifyFilter = [FILE_NAME, DIR_NAME, ATTRIBUTES, SIZE, LAST_WRITE]
  647.     Left = 304
  648.   end
  649.   object DCP_md51: TDCP_md5
  650.     Id = 16
  651.     Algorithm = 'MD5'
  652.     HashSize = 128
  653.     Left = 768
  654.     Top = 8
  655.   end
  656.   object DCP_ripemd1281: TDCP_ripemd128
  657.     Id = 27
  658.     Algorithm = 'RipeMD-128'
  659.     HashSize = 128
  660.     Left = 768
  661.     Top = 40
  662.   end
  663.   object DCP_ripemd1601: TDCP_ripemd160
  664.     Id = 10
  665.     Algorithm = 'RipeMD-160'
  666.     HashSize = 160
  667.     Left = 768
  668.     Top = 72
  669.   end
  670.   object DCP_sha11: TDCP_sha1
  671.     Id = 2
  672.     Algorithm = 'SHA1'
  673.     HashSize = 160
  674.     Left = 768
  675.     Top = 104
  676.   end
  677.   object DCP_sha2561: TDCP_sha256
  678.     Id = 28
  679.     Algorithm = 'SHA256'
  680.     HashSize = 256
  681.     Left = 768
  682.     Top = 136
  683.   end
  684.   object DCP_sha3841: TDCP_sha384
  685.     Id = 29
  686.     Algorithm = 'SHA384'
  687.     HashSize = 384
  688.     Left = 768
  689.     Top = 168
  690.   end
  691.   object DCP_sha5121: TDCP_sha512
  692.     Id = 30
  693.     Algorithm = 'SHA512'
  694.     HashSize = 512
  695.     Left = 768
  696.     Top = 200
  697.   end
  698.   object DCP_tiger1: TDCP_tiger
  699.     Id = 18
  700.     Algorithm = 'Tiger'
  701.     HashSize = 192
  702.     Left = 768
  703.     Top = 232
  704.   end
  705.   object DCP_sha12: TDCP_sha1
  706.     Id = 2
  707.     Algorithm = 'SHA1'
  708.     HashSize = 160
  709.     Left = 768
  710.     Top = 264
  711.   end
  712. end
  713.